-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Rosetta cli test #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor things to tweak in the configs.
Another thing, the simapp doesn't produce any tx, meaning you have to create them manually (through a script) in order to have some data for rosetta-cli to test with.
This can be done in another PR: take into account what it was done previously here.
The ideal scenario would be having a bunch of accounts, create some transactions between them. (ideally all supported ones by rosetta) and then feed the simapp with that (I don't know the exact steps to do that, but you can explore the repo using the above file at starting point)
Closes: #23
Changes: